@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	color: #2e3438;
	font-weight: 400;
	background-image: url("/assets/img/Student-Register/bodybg.png");
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: rgba(217, 171, 228, 05);
}
.navbar-brand img {
	width: 80px;
}
.headermain .navbar {
	padding: 5px 0px;
}
.headermain .navbar-brand {
	top: 15px;
}
.banner-section {
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	padding-left: 10%;
}
.main {
	border: solid 1px #fff;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 8px;}

.headermain h1 {
	color: #fff;
	font-size: 65px;
	font-family: Roboto Condensed;
	font-weight: 800;
	line-height: 50px;
}
.headermain h1 {
	color: #6B2384;
	font-size: 65px;
	font-family: Roboto Condensed;
	font-weight: 800;
	width: 540px;
}
.headermain h1 span {
	font-size: 48px;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	max-width: 990px;
}
.topic {
	background: #6B2384;
	font-family: Roboto Condensed;
	font-weight: 800;
	color: #fff;
	font-size: 50px;
	padding: 15px;
	margin-top: 15px;
}
.topic h2 {
	font-size: 54px;
	line-height: 55px;
	margin: 0px 0px 0px 10px;
}
.topic img {
	width: 170px;
}
.pb-72 {
	padding-top: 72px;
}
.form-check-input {
	background-color: transparent;
}
.btnoutline {
	background: none;
}
.btnrow {
	display: flex;
	justify-content: flex-end;
}
.notetext {
	border-radius: 8px;
	padding: 20px;
	position: relative;
	border: solid 1px #fff;
	margin-top: 50px;
}
.notetext {
	padding: 24px;
}
.notetext span {
	background: #190028;
	display: flex;
	color: #fff;
	position: absolute;
	top: -17px;
	padding: 5px 10px;
	font-size: 20px;
	font-weight: 600;
}
.notetext p {
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 0px;
}
.disabled-input {
	border: 2px solid #f44336 !important;
	background-color: #fff !important;
}
.marquee-text span {
	color: #D9ABE4;
}
.marquee-wrapper {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	box-sizing: border-box;
	background: #190028;
	padding: 10px 0;
}
.marquee-text {
	font-family: Roboto Condensed;
	display: inline-block;
	padding-left: 100%;
	animation: marquee 20s linear infinite;
	font-size: 1.5rem;
	color: #fff;
	font-weight: 900;
}
@keyframes marquee {
	0% {
		transform: translateX(0%);
	}
	100% {
		transform: translateX(-100%);
	}
}
.texttwo {
	padding: 15px 30px;
	text-align: center;
}
.texttwo h2 {
	color: #45085A;
	text-transform: capitalize;
	font-size: 42px;
	font-family: Roboto Condensed;
	font-weight: 700;
}
.texttwo h3 {
	color: #8104AC;
	font-size: 32px;
	text-transform: capitalize;
	font-family: Roboto Condensed;
	font-weight: 600;
}
.textthree {
	background: rgba(255, 255, 255, 0.55);
	padding: 24px 15px;
	font-family: Roboto Condensed;
}
.textthree h3 {
	color: #6B2384;
	font-weight: 700;
}
.textthree ul {
	padding: 0px;
	padding-left: 30px;
	list-style-type: disc;
}
.textthree ul li {
	font-size: 26px;
	text-transform: capitalize;
}
.reward {
	background: #6B2384;
	font-family: Roboto Condensed;
	padding: 15px 0px 15px 15px;
}
.reward ul {
	padding: 0px;
	padding-left: 30px;
	list-style-type: disc;
}
.reward ul li {
	font-size: 24px;
	color: #fff;
	font-weight: 400;
	text-transform: capitalize;
}
.reward h3 {
	color: #fff;
	font-weight: 700;
}
.qrc {
	position: relative;
	display: flex;
	align-items: center;
}
.qrc img {
	width: 210px;
	position: relative;
}
.qrc:before {
	background: #D9ABE4;
	content: '';
	width: 87%;
	height: 268px;
	position: absolute;
	right: 0;
}
.hbmt {
	background: #fff;
	padding: 15px
}
.hbmttxt h2 {
	font-weight: 800;
}
.hbmttxt {
	width: 450px;
	font-family: Roboto Condensed;
	color: #6B2384;
}
.keydate {
	background: #D9ABE4;
	min-height: 200px;
	font-family: Roboto Condensed;
	width: 336px;
	border-radius: 0px 150px 150px 0px;
	position: absolute;
	left: 0px;
	font-weight: 700;
	padding: 20px;
}
.keydate h2 {
	color: #fff;
	font-weight: 800;
}
	.keydate h3 {
		color: #6B2384;
		font-weight: 700;
		font-size: 22px;
	}
.b-btm {
	border-bottom: solid 2px #fff;
}
.hbmt {
	background: #fff;
	padding: 15px;
	display: flex;
	justify-content: end;
	align-items: center;
	position: relative;
}
.ft {
	background: #A028BC;
	min-height: 100px;
	font-family: Roboto Condensed;
	color: #fff;
	padding: 15px 0px;
}
footer {
	background: #5D0092;
	height: 75px;
	color: #fff;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
}